Welcome![Sign In][Sign Up]
Location:
Search - linux c socket

Search list

[OtherThe_Definitive_Guide_to_Linux_Network_Programming

Description: Nice advanced book for network programming over unix / linux using C / C-Nice advanced book for network programming over unix/linux using C/C++
Platform: | Size: 2647040 | Author: subru | Hits:

[Internet-NetworkSMS_Socket

Description: Linux socket 客户端和服务端的封装,在开发其他项目是可以引用头文件并做少许修改后直接应用,也可以做编写c/s结构程序的参考代码。-Linux socket program
Platform: | Size: 20480 | Author: | Hits:

[Internet-NetworkQt4chat

Description: 基于Qt4的聊天程序的源代码,Socket编程相关的,C++程序。既可以在LINUX上编译运行,也可以在WINDOWS平台上编译运行。-This program is based on QT4 GUI Library, it is a chat program, which can be compiled on windows platform and also can be compiled on Linux platform.It is useful.
Platform: | Size: 608256 | Author: 倪明 | Hits:

[Linux-Unixftp

Description: linux下,简单FTP的实现,客服端,和服务器段的代码都有。-Under linux, the realization of a simple FTP, client service, and servers have the code above.
Platform: | Size: 2048 | Author: juckciy | Hits:

[Linux-Unixc_socket_java

Description: linux环境下,java程序与C语言程序通过SOCKET进行通信 C语言端作为服务器,java端作为客户端-linux environment, java program with the C language program to communicate through the C language SOCKET as server-side, java client as a client
Platform: | Size: 106496 | Author: code998 | Hits:

[Internet-Networkserver

Description: thhis a simple server program to chat with multi clients using c programming.(socket program)-thhis is a simple server program to chat with multi clients using c programming.(socket program)
Platform: | Size: 2048 | Author: devesh | Hits:

[TCP/IP stacktcpudpsocket.tar

Description: 用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehensive, TCP and UDP programming have, you can get through the socket host IP, the server and the client to send a text this news, want to be helpful for beginners.
Platform: | Size: 13312 | Author: 马逸 | Hits:

[Internet-Networksocket_programing_file_transfer

Description: socket programing: type-->file transfer ->open a terminal and compile the server file..this terminal will act like server ->open another terminal and compile the client file..this terminal will act as a client.. ->the file mention in the server side will be transferred to client side ->to compile c file in linux $cc filename.c -o outputfilename.o -socket programing: type-->file transfer ->open a terminal and compile the server file..this terminal will act like server ->open another terminal and compile the client file..this terminal will act as a client.. ->the file mention in the server side will be transferred to client side ->to compile c file in linux $cc filename.c-o outputfilename.o
Platform: | Size: 2048 | Author: lk | Hits:

[Internet-Networksocket_programing-msg_transfer

Description: socket programing: type-->message transfer ->open a terminal and compile the server file..this terminal will act like server ->open another terminal and compile the client file..this terminal will act as a client.. ->the message mention in the server side will be transferred to client side ->to compile c file in linux $cc filename.c -o outputfilename.o -socket programing: type-->message transfer ->open a terminal and compile the server file..this terminal will act like server ->open another terminal and compile the client file..this terminal will act as a client.. ->the message mention in the server side will be transferred to client side ->to compile c file in linux $cc filename.c-o outputfilename.o
Platform: | Size: 2048 | Author: lk | Hits:

[Linux-Unixtransfer_file

Description: linux 下用C编写的文件传输程序-transfer_file of linux
Platform: | Size: 2048 | Author: xc | Hits:

[Linux-UnixFTP_SERVER_SRC

Description: 项目简介:使用Linux下C语言开发,遵循RFC959协议,以命令解析器为核心,利用Socket作为通讯接口,提供上传下载,断点续传,流量控制,连接控制,支持多种常用FTP客户端。 -Project Description: Using the C language under Linux development, follow the RFC959 protocol to the command parser as the core, the use of Socket as a communications interface, providing upload download, HTTP, flow control, connection control, supports a variety of popular FTP client .
Platform: | Size: 34816 | Author: 杜峰 | Hits:

[OtherPerlMonitor

Description: Perl写一套系统监控程序,本监控程序用来监控RedHat Linux主机的系统状况,包括CPU负载、内存使用、网络状况、服务端口、磁盘空间等。本程序基于C/S结构,全部用Perl实现。基本原理是,Client运行在各个需要监控的主机上,并起一个Socket端口。Server定期轮询各个Client,根据配置文件里的选项发送扫描命令,取得客户端的状态,若有异常则发送邮件报警。-Perl to write a system monitoring program, the monitor is used to monitor the status of RedHat Linux mainframe-based systems, including CPU load, memory usage, network status, service port, disk space. The program is based on C/S structure, all achieved with Perl. The basic principle is, Client runs on every host on the need to monitor and to play a Socket port. Server on a regular basis in all polling Client, based on configuration file options that send the scan command to obtain the status of the client, if an exception is to send e-mail alerts.
Platform: | Size: 154624 | Author: steven | Hits:

[Internet-Networkex2cli

Description: 网络文件传输,用Linux C结合Socket进行编程,这个文件是客户端部分,可直接用gcc编译.-Network file transfer, with the Linux C with Socket programming, this document is the client part, can be directly compiled using gcc.
Platform: | Size: 1024 | Author: 郭崇鑫 | Hits:

[Internet-Networkex2serv

Description: 网络文件传输,采用Linux C与Socket结合编程,这个是服务器部分.-Network file transfer, using Linux C combined with Socket programming, this is the server part.
Platform: | Size: 1024 | Author: 郭崇鑫 | Hits:

[Internet-Networkchat_source

Description: 用QT4库写的 基于C/S结构. 其实在linux用套接字写网络部分更方便不过,但最近在学习QT/network部分,所以练手写的一个.-Written using QT4 libraries based on C/S structure. In fact, part of the linux network using a socket to write more convenient, however, but a recent study QT/network part, so as a practicing handwriting.
Platform: | Size: 8192 | Author: 袁和平 | Hits:

[Internet-NetworkTCP_socket_client_server_file_transfer_program_des

Description: TCP套接字的文件传输客户服务器程序设计 包括C和S端的部分,S端向C端传送文件或者图片-TCP socket client-server file transfer program design, including C and S terminal part, S-side to the C terminal to send documents or pictures
Platform: | Size: 2048 | Author: 张梦 | Hits:

[Internet-Networklinpop1.7.5

Description: Linux下c语言开发的聊天工具,gtk库生成图形界面-socket
Platform: | Size: 5120 | Author: Linda | Hits:

[Internet-Network61

Description: Linux 网络通讯 客户端编程 使用C++ Socket 编程-Linux network communications client programming using C++ Socket Programming
Platform: | Size: 1024 | Author: y | Hits:

[Web ServerRemoteProcedureCall

Description: Remote Procedure call implementation in C in Fedora 7(Linux).Socket Programming has been used. Both Server and Client programs has been given
Platform: | Size: 1024 | Author: pagal | Hits:

[Internet-NetworkRPCNonBlocking

Description: C program for a Non-Blocking Remote Procedure Call Done in Fedora 7(Linux) using Socket Programming.
Platform: | Size: 1024 | Author: pagal | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »

CodeBus www.codebus.net